home *** CD-ROM | disk | FTP | other *** search
/ Ian & Stuart's Australian Mac 1993 September / September 93.iso / Archives / Utilities / System / System Utilities / Shells / MacCLI / .console next >
Encoding:
Text File  |  1993-09-10  |  637 b   |  31 lines  |  [TEXT/EDIT]

  1. ¿Script
  2.  
  3. # A sample .console file.
  4. # put all your alias's and things which you want to apply to all
  5. # consoles in this script.
  6.  
  7. echo Welcome Back!
  8.  
  9. # set a sample shell variable:
  10.  
  11. set MudDir {ROOT}macmud:madmud:
  12.  
  13. # Put all your aliases here so they get loaded every time you
  14. # open a new console window (convenient huh?) :)
  15.  
  16. alias / cd {ROOT}¿
  17. alias mud cd {MudDir}
  18. alias player cd {MudDir}players:¿
  19. alias home cd {HOME}
  20. alias e edit ¿
  21. alias l ls ¿
  22. alias . cd ¿
  23. alias help e {HOME}instructions
  24. alias word {ROOT}appl:word 5.1a:microsoft word
  25. alias e2 {ROOT}appl:Edit II ƒ:Edit II
  26.  
  27. # add some search paths..
  28.  
  29. path {HOME}tools:
  30. path {HOME}
  31.